home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Prog / N-P / NeoAccessIntro 3.0.sit / TCL / NeoBench / Includes / CNeoText.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-19  |  494 b   |  22 lines  |  [TEXT/KAHL]

  1. /*****************************************************************
  2.   CNeoText.h
  3.  
  4. *****************************************************************/
  5.  
  6. #define _H_CNeoText
  7. #include "CEditText.h"
  8.  
  9. class CNeoText : public CEditText {
  10.  
  11. public:
  12.     void    INeoText(    CView            *anEnclosure,
  13.                         CBureaucrat        *aSupervisor,
  14.                         short            aWidth,
  15.                         short            aHeight,
  16.                         short            aHEncl,
  17.                         short            aVEncl,
  18.                         SizingOption    aHSizing,
  19.                         SizingOption    aVSizing);
  20.  
  21.     void    GetTextString(Str255 text);
  22. };